.topen{
   display: flex;
   align-items: center;
   justify-content: space-around;
   padding-left: 32px;
}
.en{}
/*  */
.newsBox{

padding-top: 241px;

padding-bottom: 92px;

overflow: hidden;
}
.newsBox ul li{
   
width: 33%;
}
.newsBox ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.newsBox ul li .imgBox{
   
width: 95%;
   
height: 306px;
   
overflow: hidden;
   
margin-bottom: 16px;
}
.newsBox ul li .imgBox img{
   
/* height: 100%; */
   
transition: transform 0.5s;
   
min-height: 100%;
}
.newsBox ul li .imgBox img:hover{
   transform:scale(1.2);
}
.newsBox ul li h3{

display: inline;

white-space: normal;

vertical-align: baseline;

color: #333;

font-size: 16px;

font-weight: bold;

line-height: 45px;
}

.newsBox ul li h3.font {
   display: inline;
   white-space: normal;
   vertical-align: baseline;
   line-height: 20px;
   color: #333;
   font-size: 16px;
   font-weight: bold;
}

.newsBox ul li   .font:after {
   content: "";
   width: 60px;
   height: 3px;
   display: block;
   background: rgba(196, 5, 0, 1);
   margin-top: 10px;
}
.newsBox ul li p{
   
margin-top: 10px;
   
font-family: "Microsoft Yahei";
   
white-space: normal;
   
text-align: justify;
   
color: rgba(90, 90, 90, 1);
   
font-size: 13px;
   
line-height: 22px;
   
vertical-align: top;
   
word-break: break-all;
   
width: 426px;
}
.newsBox ul li .date{

vertical-align: middle;

display: table-cell;

line-height: 30px;

color: rgba(196, 5, 0, 1);

font-size: 14px;

text-align: left;

white-space: nowrap;
}
.newsBox ul li .more{
   
position: relative;
   
margin-top: 10px;
   
background: rgba(51, 51, 51, 1);
   
border: none;
   
display: inline-block;
   
margin: 0;
   
padding-left: 20px;
   
padding-right: 20px;
   
min-width: 100px;
   
color: rgba(255, 255, 255,1);
   
font-size: 12px;
   
text-align: center;
   
transition: all 0.5s ease 0s;
   
-o-transition: all 0.5s ease 0s;
   
-moz-transition: all 0.5s ease 0s;
   
-webkit-transition: all 0.5s ease 0s;
   
border-radius: 46px;
   
width: 99px;
   
height: 26px;
   
line-height: 26px;
   
margin-top: 4px;
}
.newsBox ul li .more a{

color: white;
}
.w{width: 1420px;margin: 0 auto;display: block;}